VSCode extentions
Git
Protobuf
いくつかありそう?
新しい
これ使ってみている
一番ダウンロードされている?
機能が少ない
OnSave で eslint fix を走らせるには
editor.codeActionsOnSave (@since 2.0.0): this setting now supports an entry source.fixAll.eslint. If set to true all auto-fixable ESLint errors from all plugins will be fixed on save.
したがって、以下のように vscode の config に記載すれば ok
code:setting.json
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
eslint plugin が prettier の警告も出してくれちゃうのはなぜなのか?
Prettier
prisma
mermaid
TODO系
これがサイドパネルで表示してくれるので良さそう
いちいち list command を叩かないといけなくていまいち?
GitHub
SSH Client
Remote - SSH
Spell check
Code Spell Checker